home *** CD-ROM | disk | FTP | other *** search
/ HotDog Pro 2.0 / HotDog Pro 2.0.bin / help / hotdog2.hpj < prev    next >
Text File  |  1995-10-31  |  4KB  |  131 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for HOTDOG2 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS= value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the HOTDOG2.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT= entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT= entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=X:\VISUAL~1\HOTDOG\PROFES~1\ANASER~1
  19.  
  20. ; The CONTENTS= tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_CONTENTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24. TITLE=Title Text Goes Here
  25.  
  26. ; The BUILD= setting allows complex Help systems which require
  27. ; different versions to use the same source.  This is similar to #ifdef's 
  28. ; in the 'C' language.  Everything to the right of the = sign in the 
  29. ; BUILD= statement is an EXPRESSION.  See the Help compiler 
  30. ; documentation for more information about build expressions.
  31. BUILD=WINDOWS
  32.  
  33. ; The Warning Level is used by the Help Compiler (HC.EXE)
  34. ; WARNING=1  - Only the most severe warnings are reported
  35. ; WARNING=2  - Intermediate Level of warnings
  36. ; WARNING=3  - Most stringent error reporting
  37. WARNING=3
  38.  
  39. ; The Compress option is used by the Help Compiler to make 
  40. ; smaller, faster loading .HLP files.  However, using compression
  41. ; increases Compile times.
  42. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  43. COMPRESS=OFF
  44.  
  45. REPORT=1
  46.  
  47. [BUILDTAGS]
  48. ; The Build Tags section specifies to the Help Compiler the names
  49. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  50. ; section is optional.
  51. WINDOWS
  52.  
  53.  
  54. [CONFIG]
  55. ; The config section allows you to define some macros which will be
  56. ; executed when the help system is first executed.
  57. ;
  58. ; The next line gives you browse buttons:
  59. ;
  60. BrowseButtons()
  61.  
  62. ;
  63. ; To create a glossary button which displays a list of defined terms
  64. ; in a secondary window, remove the semi colon at the start of the next
  65. ; line and do the same with the Glossary window in the [WINDOWS] section
  66. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  67. ;
  68.  
  69.  
  70. [FILES]
  71. ; The files section is where you specify to the Help Compiler which
  72. ; Rich Text Format (.RTF) (your help source) files will be used in the
  73. ; Help system.  RoboHELP generates and maintains the main .RTF 
  74. ; file for your Help System.  If you desire to have multiple .RTF files,
  75. ; simply add the additonal names to the [FILES] section.
  76.  
  77. HOTDOG2.RTF
  78. [ALIAS]
  79. ; The Alias  section allows you to set up aliases for context strings 
  80. ; in your help system.  
  81. ; Brief example:
  82. ;    IDH_UserID = IDH_RoboGenerated_Id
  83. ;    IDH_WMP_MenuID = IDH_RoboGenerated_Id
  84. ;    IDH_Any = IDH_AnyOther
  85.  
  86. [MAP]
  87. ; The Map Section is where the C language #defines are translated 
  88. ; or mapped into the Help System Context Strings.  Standard C syntax
  89. ; can be employed.  The .HH file is meant to be #include(d) into your 
  90. ; Windows application source code.
  91.  
  92. [BITMAPS]
  93. ; The [BITMAPS] section is where you list any Bitmaps which have
  94. ; been placed by reference in the Help System.  See the Help compiler
  95. ; documentation for more information about placing bitmaps.
  96. ; The [BITMAPS] section is not really required under Windows 3.1,
  97. ; with the advent of the BMROOT item in the [OPTIONS] section.
  98. ;FOO1.BMP
  99. ;FOO2.BMP
  100. ;C:\FOO\FOO3.BMP
  101. ;And So On
  102.  
  103. [WINDOWS]
  104. ; Windows Help can display help in one of 5 secondary windows.
  105. ; Before using a secondary window, the window must be defined
  106. ; in this section:
  107. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  108. main=,,0,,
  109.  
  110. [BAGGAGE]
  111. ; The Baggage section allows the user to include files which
  112. ; will be placed in the internal file system for WinHelp.  
  113. ; Using files from Baggage is a little faster for CDROM, since
  114. ; the CDROM drive table does not need to be read from disk.
  115. ;
  116. ; Baggage files are referred to as regular bitmaps, except
  117. ; that you prefix the filename with '!'.
  118. ;
  119. ;    For Instance:
  120. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  121. ;
  122.